'宣言
<System.Runtime.CompilerServices.ExtensionAttribute()> Public Overloads Shared Function DescendantsAndSelf( _ ByVal view As View(Of XElement) _ ) As View(Of XElement)
[System.Runtime.CompilerServices.Extension()] public static View<XElement> DescendantsAndSelf( View<XElement> view )
パラメータ
- view
- ソースビュー。
戻り値の型
ソースビュー内のすべての要素およびその子孫要素を含むビュー。